http://www.vb-helper.com/HowTo/growbtn.zip

	Purpose
Make a button that grows when the mouse is over it

	Method
Use a Label control. In the MouseMove event handler, change the label text
to make it bigger. In the Form's MouseMove event handler, make the buttons
small again.

Thanks to Jakob Kofod (the_quick_link@email.com) for this example.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
